home *** CD-ROM | disk | FTP | other *** search
-
- // This JavaScript file was autogenerated from inc/plugins/objects/fprint/r3fprint.h
- // Do not modify by hand
- // Copyrights 2001, Realsoft Graphics, Finland
-
- include("real/objects/r3aik.js")
- include("plugins/objects/fprint/r3foot.js")
- var R3CLID_FOOTPRINT = 1490;
-
- R3FPRINTM_EVALSTEPHEIGH = 1490000;
-
- function _R3FPRINTM_EVALSTEPHEIGH() {
- return this.r3Do(R3FPRINTM_EVALSTEPHEIGHT, arguments);
- }
-
-
- R3FPRINTM_DOUPDATE = 1490001;
-
- function _R3FPRINTM_DOUPDATE() {
- return this.r3Do(R3FPRINTM_DOUPDATE, arguments);
- }
-
- R3FPRINTA_StepHeight = 1490500;
- function SetR3FPRINTA_StepHeight(value) {
- this.r3Set(R3FPRINTA_StepHeight, value);
- }
-
- function GetR3FPRINTA_StepHeight() {
- var value = 0;
- return this.r3Get(R3FPRINTA_StepHeight, value); // R3FLOAT *
- }
-
- R3FPRINTA_TouchTime = 1490501;
- function SetR3FPRINTA_TouchTime(value) {
- this.r3Set(R3FPRINTA_TouchTime, value);
- }
-
- function GetR3FPRINTA_TouchTime() {
- var value = 0;
- return this.r3Get(R3FPRINTA_TouchTime, value); // R3FLOAT *
- }
-
- var R3FPRINTA_Phase = 5.8097e-315;
- var R3FPRINTA_Touch = 5.8097e-315;
- var R3FPRINTA_Handness = 6.05837e-315;
- var R3FPRINTA_JointType = 6.05837e-315;
- function r3Footprint () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_FOOTPRINT, arguments);
- }
- // Methods
- this.EVALSTEPHEIGH=_R3FPRINTM_EVALSTEPHEIGH;
- this.DOUPDATE=_R3FPRINTM_DOUPDATE;
-
- // Attributes
- this.GetStepHeight=GetR3FPRINTA_StepHeight;
- this.SetStepHeight=SetR3FPRINTA_StepHeight;
- this.GetTouchTime=GetR3FPRINTA_TouchTime;
- this.SetTouchTime=SetR3FPRINTA_TouchTime;
- }
-
- r3Footprint.prototype=new r3Ainversekinematics;
- // inc/plugins/objects/fprint/r3fprint.h_H